github.com/jackc/pgx/v5/pgtype.underlyingTypeScanPlan.next (field)

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L549: 	next        ScanPlan
		pgtype.go#L552: func (plan *underlyingTypeScanPlan) SetNext(next ScanPlan) { plan.next = next }
		pgtype.go#L555: 	return plan.next.Scan(src, reflect.ValueOf(dst).Convert(plan.nextDstType).Interface())